home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Datatypes / textdtptch39_2.readme < prev    next >
Text File  |  1996-09-26  |  3KB  |  73 lines

  1. Short:    V39.2 patches text.datatype to support searching
  2. Author:   ruppert@goofy.zdv.uni-mainz.de
  3. Uploader: ruppert@goofy.zdv.uni-mainz.de
  4. Type:     util/dtype
  5.  
  6. textdtpatch                                                        textdtpatch
  7.  
  8.     NAME
  9.         textdtpatch - patches the text.datatype to support search method
  10.  
  11.     VERSION
  12.         39.2
  13.  
  14.     TEMPLATE
  15.         none
  16.  
  17.     REQUIREMENT
  18.         reqtools.library V38, OS3.0 or higher
  19.  
  20.     FUNCTION
  21.         This program patches the text.datatype, so that the new one can
  22.         search for a string. Now it can search by four different ways :
  23.         1. case sensetive match like strncmp(). Button "Case".
  24.         2. case insensetive match like Strnicmp(). Button "NoCase".
  25.         3. case sensetive pattern using MatchPattern(). Button "Pattern".
  26.         4. case insensetive pattern  using MatchPatternNoCase().
  27.            Button "PatternNoCase".
  28.         The following key commands are supported :
  29.  
  30.         Return (STM_ACTIVATE_FIELD) - opens a reqtools requester to enter
  31.             the search string and searches for that if confirmed.
  32.  
  33.         Tab (STM_NEXT_FIELD) , '>' (STM_BROWSE_NEXT) searches for the next
  34.             occurrence of the string.
  35.  
  36.         Shift-Tab (STM_PREV_FIELD) , '<' (STM_BROWSE_PREV) searches for the
  37.             previous occurrence of the string.
  38.  
  39.     INSTALLATION
  40.         1. Copy textdtpatch to your c: or anywhere you like.
  41.         2. Add in your S:User-Startup following line:
  42.            run >nil: c:textdtpatch
  43.         3. To terminate textdtpatch send a break (Ctrl-C).
  44.  
  45.     SEE ALSO
  46.         text.datatype
  47.  
  48.     AUTHOR
  49.         Stefan Ruppert
  50.         Windthorststrasse 5
  51.         65439 Floersheim Main
  52.         GERMANY
  53.         EMail: ruppert@goofy.zdv.uni-mainz.de
  54.                i511@informatik.fh-wiesbaden.de
  55.         WWW:   http://www.uni-mainz.de/~ruppert/
  56.  
  57.  
  58.  
  59.  
  60. ============================= Archive contents =============================
  61.  
  62. Original  Packed Ratio    Date     Time    Name
  63. -------- ------- ----- --------- --------  -------------
  64.      628     273 56.5% 01-Oct-95 15:17:40  textdtpatch.info
  65.       57      57  0.0% 13-Nov-95 22:05:30 +project
  66.     1667     753 54.8% 13-Nov-95 22:17:42 +SMakefile
  67.     3488    2145 38.5% 13-Nov-95 22:11:32 +textdtpatch
  68.    16637    4858 70.8% 13-Nov-95 21:50:18 +textdtpatch.c
  69.     1687     755 55.2% 13-Nov-95 22:07:42 +textdtpatch.doc
  70.     3128    2002 35.9% 13-Nov-95 22:11:28 +textdtpatch.o
  71. -------- ------- ----- --------- --------
  72.    27292   10843 60.2% 15-Nov-95 18:48:50   7 files
  73.